Skip to content

feat(helm): add namespaceOverride support to FluentBit chart#1919

Merged
cw-Guo merged 1 commit intofluent:masterfrom
hsdp-smulford:feat/fluentbit-namespace-override
Apr 13, 2026
Merged

feat(helm): add namespaceOverride support to FluentBit chart#1919
cw-Guo merged 1 commit intofluent:masterfrom
hsdp-smulford:feat/fluentbit-namespace-override

Conversation

@hsdp-smulford
Copy link
Copy Markdown
Contributor

Summary

Adds fluentbit.namespaceOverride to allow deploying FluentBit resources into a configurable namespace, falling back to .Release.Namespace when unset.

Changes

  • values.yaml: added fluentbit.namespaceOverride: ""
  • templates/fluentbit-fluentBit.yaml: namespace resolves via default .Release.Namespace .Values.fluentbit.namespaceOverride

Fixes #1918

Adds fluentbit.namespaceOverride value so users can deploy FluentBit
resources into a namespace different from .Release.Namespace.

Fixes fluent#1918

Signed-off-by: shawn.mulford <[email protected]>
@cw-Guo cw-Guo merged commit af76698 into fluent:master Apr 13, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(helm): add namespaceOverride support to FluentBit chart

2 participants